←Select platform

LeadBufferStream Constructor(Byte[],UInt64)

Summary

Constructs a new LeadBufferStream object using the specified byte array as storage.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadBufferStream(  
   byte[] buffer, 
   ulong offset 
) 
Public Function New( _ 
   ByVal buffer() As Byte, _ 
   ByVal offset As ULong _ 
) 
public LeadBufferStream(  
   byte[] buffer, 
   ulong offset 
) 
-(id)initWithData:(NSData*)inData dataLength:(size_t)inDataLength offset:(ssize_t)inOffset; 
public LeadBufferStream(byte[] buffer) 
function LeadBufferStream(  
   buffer , 
   offset  
) 
public: 
LeadBufferStream(  
   array<byte>^ buffer, 
   ulong offset 
) 

Parameters

buffer
A byte array that will be used as storage for the new LeadBufferStream object.

offset
The offset in buffer that will be used as the origin of the new LeadBufferStream object.

Remarks

The byte array specified by buffer will be copied to an internal buffer managed by the LeadBufferStream object.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly